procedural language - definição. O que é procedural language. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é procedural language - definição

PROGRAMMING PARADIGM
Procedural programming languages; Procedural language; Procedural (programming); Procedural programming language; Procedural code; Procedure-oriented language; Procedure orientation; Procedual language

procedural language         
<language> Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm). The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state. Other procedural languages include Basic, Pascal, C, and Modula-2. Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation. (2004-05-17)
Working language         
LANGUAGE THAT IS GIVEN A UNIQUE LEGAL STATUS IN A SUPRANATIONAL SOCIETY
Working languages
A working language (also procedural language) is a language that is given a unique legal status in a supranational company, society, state or other body or organization as its primary means of communication. It is primarily the language of the daily correspondence and conversation, since the organization usually has members with various differing language backgrounds.
Procedural programming         
Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out.

Wikipédia

Procedural programming

Procedural programming is a programming paradigm, derived from imperative programming, based on the concept of the procedure call. Procedures (a type of routine or subroutine) simply contain a series of computational steps to be carried out. Any given procedure might be called at any point during a program's execution, including by other procedures or itself. The first major procedural programming languages appeared circa 1957–1964, including Fortran, ALGOL, COBOL, PL/I and BASIC. Pascal and C were published circa 1970–1972.

Computer processors provide hardware support for procedural programming through a stack register and instructions for calling procedures and returning from them. Hardware support for other types of programming is possible, but no attempt was commercially successful (for example Lisp machines or Java processors).